net/http.Transport.hasCustomTLSDialer (method)
3 uses
net/http (current package)
transport.go#L355: func (t *Transport) hasCustomTLSDialer() bool {
transport.go#L387: if !t.ForceAttemptHTTP2 && (t.TLSClientConfig != nil || t.Dial != nil || t.DialContext != nil || t.hasCustomTLSDialer()) {
transport.go#L1581: if cm.scheme() == "https" && t.hasCustomTLSDialer() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)